@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 1200px) {
	
/* HEAD */
	
	
/* #HEAD */
	
/* BODY */

.booktext {
	position: relative;
	float: left;
	width: 70%;
	
}
.bookimage {
	display: contents;
	position: relative;
	float: left;
	width: 30%;
}
.bookimage img {
	max-width: 20%;
	}	
	
/* /BODY */
	
	
}